Use built-in gtk-update-icon-cache
authorCosimo Cecchi <cosimo@endlessm.com>
Tue, 19 May 2015 00:26:25 +0000 (17:26 -0700)
committerCosimo Cecchi <cosimoc@gnome.org>
Sun, 24 May 2015 19:08:33 +0000 (12:08 -0700)
commit345f2a484b6d70fcdb2cd861fc66cca9c8c6f493
treee823ef18e892115042d7351e72d7eeeddf40a114
parent02be88983eb700ac5524b5530ef64244ece7a0ec
Use built-in gtk-update-icon-cache

To generate the icon cache files.

We want to avoid a dependency loop if possible; additionally, on some
Debian-based systems gtk-update-icon-cache maps to the GTK2 version of
the utility and the GTK3 version is renamed to
gtk-update-icon-cache-3.0.

To avoid a build dependency on GTK2, use the binary that we just built
in-tree.

https://bugzilla.gnome.org/show_bug.cgi?id=749593
demos/gtk-demo/Makefile.am
demos/widget-factory/Makefile.am